//==============================================================================
// tundra tree_anim.txt
//==============================================================================

//==============================================================================
define woodsplash
{
   set hotspot
   {
      version
      {
        Visualparticle sfx a hatchet spark 2
      }
   }
}

//==============================================================================
define leaf
{
   SetSelector
   {
       VariationLogic
       set hotspot
       {
          version
          {
             VisualParticle sfx a tundratree death
          }
       }
       set hotspot
       {
          version
          {
             VisualParticle sfx a tundratree death 2
          }
       }
       set hotspot
       {
          version
          {
             VisualParticle sfx a tundratree death 3
          }
       }
   }
}

//==============================================================================
anim Idle
{
	SetSelector
	{
		VariationLogic
		set hotspot
		{
			version
			{
				Visual World T Tundra Tree A
			}
		}
		set hotspot
		{
			version
			{
				Visual World T Tundra Tree B
			}
		}
		set hotspot
		{
			version
			{
				Visual World T Tundra Tree C
			}
		}
		set hotspot
		{
			version
			{
				Visual World T Tundra Tree D
			}
		}
		set hotspot
		{
			version
			{
				Visual World T Tundra Tree E
			}
		}
	}
}

//==============================================================================
anim Death
{
	SetSelector
	{
		VariationLogic
		set hotspot
		{
			version
			{
				Visual World T Tundra Tree Falling A
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.39 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT woodsplash HOTSPOT
				connect CHIN leaf HOTSPOT
			}
		}
		set hotspot
		{
			version
			{
				Visual World T Tundra Tree Falling B
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.39 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT woodsplash HOTSPOT
				connect CHIN leaf HOTSPOT
			}
		}
		set hotspot
		{
			version
			{
				Visual World T Tundra Tree Falling C
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.38 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT woodsplash HOTSPOT
				connect CHIN leaf HOTSPOT
			}
		}
		set hotspot
		{
			version
			{
				Visual World T Tundra Tree Falling D
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.30 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT woodsplash HOTSPOT
				connect CHIN leaf HOTSPOT
			}
		}
		set hotspot
		{
			version
			{
				Visual World T Tundra Tree Falling E
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.30 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT woodsplash HOTSPOT
				connect CHIN leaf HOTSPOT
			}
		}
	}
}

//==============================================================================

anim Flail

{
   SetSelector none 
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual World E Palm A_flail
         }
      }
   }
}